const runtime.iterator
7 uses
runtime (current package)
map.go#L102: iterator = 1 // there may be an iterator using buckets
map.go#L860: if old := h.flags; old&(iterator|oldIterator) != iterator|oldIterator {
map.go#L861: atomic.Or8(&h.flags, iterator|oldIterator)
map.go#L1070: flags := h.flags &^ (iterator | oldIterator)
map.go#L1071: if h.flags&iterator != 0 {
map.go#L1213: if h.flags&iterator != 0 && !t.ReflexiveKey() && !t.Key.Equal(k2, k2) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |